/*重置*/
*{
    margin: 0;
    padding: 0;
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
/*顶部导航*/
.nav{
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .3s;
    z-index: 99999;
}
.logo-box{
    display: none;
    float: left;
    width: 315px;
    height: 55px;
    margin-top: 28px;
}
.logo-box img{
    width: 100%;
}
.nav-main{
    margin-left: 9.16%;
    margin-top: 3.7vh;
    width: 100%;
    /*overflow: hidden;*/
    text-align: left;
}
.nav-main li{
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    /*overflow: hidden;*/
    margin-right: 5%;
    height: 40px;
    padding-bottom: 10px;
    display: inline-block;
    float: left;
}
.nav-main li a{
    display: block;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 40px;
}
.nav-main li div{
    display: block;
    width: 0;
    height: 2px;
    left: 100%;
    background: #EA3E00;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 300ms,left 300ms;
    transition: width 300ms,left 300ms;
}
.nav-main li img{
    display: block;
    position: absolute;
    width: 200px;
    height:0px;
    top: 60px;
    left: -20px;
    transition: .3s;
}
.nav-main li:hover img{
    height: 200px;
}
.nav-main li:hover div,.nav-main li.on div{
    left: 0;
    width: 100%;
    -webkit-transition: width 300ms,left 0ms;
    transition: width 300ms,left 0ms;
}
.nav-main li:hover a,.nav-main li.on a{
    color: #EA3E00 !important;
}
.nav-main li.always div{
    display: none;
}
.nav-main li.always a{
    background: #EA3E00;
    color: #fff !important;
    padding:0 23px;
    border-radius: 50px;
}
.navs-btn{
    position: relative;
    width: 35px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    cursor: pointer;
    vertical-align: super;
}
.navs-btn i{
    display: block;
    width: 35px;
    height: 4px;
    background: #EA3E00;
    border-radius: 10px;
    position: absolute;
    top: 5px;
}
.navs-btn i:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    transition-duration: .3s;
}
.navs-btn i:nth-of-type(3){
    bottom: 5px;
    left: 0;
    top: unset;
}
.navs-btn:hover i:nth-of-type(2){
    left: 15px;
}
.nav.on{
    background: #fff;
}
.nav.on .nav-body{
    width: 1300px;
    height: 110px;
    margin: 0 auto;
}
.nav.on .logo-box{
    display: block;
}
.nav.on .nav-main{
    float: right;
    width: 765px;
    margin-left: 0;
    text-align: right;
}
.nav.on .nav-main li a{
    color: #000;
}

/*底部*/
.footer{
    background: #18212A;
    width: 100%;
    padding-top: 60px;
}
.footer-hot-search{
    width: 1300px;
    margin: 0px auto;
    margin-bottom: 60px;
}
.footer-hot-search h2{
    font-size:18px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:27px;
    border-left: 4px solid #FFFFFF;
    padding-left: 10px;
}
.footer-hot-search .content{
    margin-top: 25px;
}
.footer-hot-search .content a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-right: 20px;
}
.footer-hot-search .content a:hover{
    color: #EA3E00;
}
.footer-nav{
    width: 1300px;
    margin: 0 auto;
    height: 220px;
    margin-bottom: 60px;
}
.footer-nav .left{
    float: left;
    height: 220px;
    width: 300px;
    border-right: 1px solid #fff;
}
.footer-nav .left h2,.footer-nav .middle h2,.footer-nav .right h2{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer-nav .left h2 span,.footer-nav .middle h2 span,.footer-nav .right h2 span{
    font-size: 14px;
}
.footer-nav .left p{
    width: 204px;
    margin-bottom: 20px;
    height: 15px;
}
.footer-nav .left p:first-of-type{
    margin-top: 45px;
}
.footer-nav .left p a{
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-nav .middle{
    float: left;
    margin-left: 100px;
}
.footer-nav .middle p{
    margin-bottom: 20px;
    height: 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer-nav .middle p a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer-nav .middle p:first-of-type{
    margin-top: 45px;
}
.footer-nav .right{
    width: 410px;
    float: right;
    height: 100%;
    position: relative;
}
.footer-nav .right form{
    margin-top: 38px;
}
.footer-nav .right form .inputBox{
    float: left;
    width: 200px;
    height: 30px;
    margin-bottom: 25px;
}
.footer-nav .right form .inputBox:nth-of-type(2n){
    float: right;
}
.footer-nav .right form .inputTitle{
    float: left;
    color: #fff;
}
.footer-nav .right form .inputTitle span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    width: 60px;
    text-align: justify;
    display: block;
    text-align-last: justify;
    float: left;
}
.footer-nav .right form .inputTitle i{
    display: block;
    float: left;
    font-style: normal;
    line-height: 30px;
    margin-left: 2px;
}
.footer-nav .right form .inputContent{
    width: 130px;
    float: right;
    height: 30px;
}
.footer-nav .right form .inputContent input{
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.footer-nav .right form .layui-form-select,.footer-nav .right form .layui-form-select .layui-select-title{
    width: 100%;
    height: 100%;
}


.footer-sub{
    width: 100%;
    height: 40px;
    text-align: center;
    background: #EA3E00;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-copyright{
    height: 50px;
    width: 100%;
    background: #000000;
    text-align: center;
}
.footer-copyright p{
    display: inline-block;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    margin-right: 100px;
    white-space: nowrap;
}
.footer-copyright a{
    display: inline-block;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
}
.footer-copyright a:hover{
    color: #EA3E00;
}
/*内页banner*/
.banner img{
    width: 100%;
    height: auto;
}
/*面包屑*/
.breadcrumb{
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px 3px 5px #adadad;
}
.breadcrumb .content{
    width: 1300px;
    height: 90px;
    margin: 0 auto;
}
.breadcrumb .content p,.breadcrumb .content a{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(135,135,135,1);
    line-height: 90px;
    display: block;
    float: left;
}
/*浮窗预约*/
.fix-book{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    z-index: 9999999;
    display: none;
}
.fix-book .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 850px;
    height: 480px;
    background: #fff;
    padding:0 55px;
    padding-top: 50px;
}
.fix-book .content .left{
    width: 320px;
    float: left;
    margin-right: 55px;
}
.fix-book .content .left .title{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: 44px;
}
.fix-book .content .left .title h2{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    border-bottom: 3px solid #EA3E00;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    line-height: 36px;
    padding-bottom: 6px;
}
.fix-book .content .left .title span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    line-height: 48px;
}
.fix-book .content .left form{
    margin-top: 30px;
}
.fix-book .content .left form .inputBox{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}
.fix-book .content .left form .inputBox .inputTitle{
    float: left;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    line-height:40px;
}
.fix-book .content .left form .inputBox .inputTitle span{
    display: inline-block;
    width: 70px;
    text-align: justify;
    text-align-last: justify;
}
.fix-book .content .left form .inputBox .inputContent{
    float: right;
    width: 230px;
}
.fix-book .content .left form .inputBox .inputContent input{
    width: 230px;
    height: 40px;
    background: #F0F0F0;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
}
.fix-book .content .left form .submit{
    margin: 0 auto;
    width: 230px;
    height: 40px;
    margin-top: 30px;
    background: #EA3E00;
    text-align-last: center;
    line-height: 40px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.fix-book .content .left form .notice{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(102,102,102,1);
    text-align: center;
    margin-top: 20px;
}
.fix-book .content .left form .notice span{
    color: #EA3E00;
}
.fix-book .content .middle{
    width: 1px;
    height: 380px;
    background: #eaeaea;
    float: left;
}
.fix-book .content .right{
    margin-left: 55px;
    float: left;
    width: 309px;
}
.fix-book .content .right .title{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: 44px;
}
.fix-book .content .right .title h2{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    border-bottom: 3px solid #EA3E00;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    line-height: 36px;
    padding-bottom: 6px;
}
.fix-book .content .right .title span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    line-height: 48px;
}
.fix-book .content .right .imgBox{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 25px;
}
.fix-book .content .right .imgBox img{
    width: 100%;
    height: auto;
}
.fix-book .content .right>h2{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    text-align: center;
    margin-top: 15px;
}
.fix-book .content .right>h2 span{
    margin: 0 3px;
    font-size: 18px;
    color: #EA3E00;
}
.fix-book .content .right>p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(234,62,0,1);
    line-height:20px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 15px;
    padding-left: 25px;
    background: url("../images/book-phone.png") no-repeat left center;
}
.fix-book .content .close{
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transition: .3s;
    font-size: 20px;
}
.fix-book .content .close:hover{
    transform:rotate(180deg);
}
/*分页*/
.page{
    display: block;
    width: 100%;
    text-align: center;
}
.page li{
    display: inline-block;
    margin-right: 10px;
}
.page li:last-of-type{
    margin-right: 0;
}
.page li a,.page li span{
    display: block;
    cursor: pointer;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    padding:0 14px;
    height: 38px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    line-height: 38px;
}
.page li.active a,.page li.active span,.page li:hover a,.page li:hover span{
    color: #fff;
    background: #EA3E00;
    border-color: #eaeaea;
}
/*侧边栏*/
.fix-bar{
    display: block;
    width: 75px;
    height: 270px;
    position: fixed;
    right: 0;
    bottom: 20%;
    background: #fff;
    z-index: 9;
    box-sizing: border-box;
}
.fix-bar a{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-bottom: none;
    text-align: center;
    padding-top: 45px;
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    position: relative;
}
.fix-bar a:last-of-type{
    border: 1px solid #F0F0F0 !important;
}
.fix-bar a.QQ{
    background: url("../images/QQ.svg") no-repeat;
    background-size: 27px 30px;
    background-position: center 8px;
    height: 75px;
}
.fix-bar a.wechat{
    background: url("../images/wechat.svg") no-repeat;
    background-size: 32px 27px;
    background-position: center 10px;
    height: 75px;
}
.fix-bar a.tel{
    background: url("../images/tel.svg") no-repeat;
    background-size: 27px 29px;
    background-position: center 10px;
    height: 75px;
}
.fix-bar a.gotop{
    background:#fff url("../images/top.svg") no-repeat;
    background-size: 27px 24px;
    background-position: center center;
    height: 45px;
}
.fix-bar a .detail{
    display: none;
}
.fix-bar a:hover{
    background: #EB3D01;
    color: #fff;
    border-color: #EB3D01;
}
.fix-bar a:hover.QQ{
    background:#EB3D01 url("../images/QQ_on.svg") no-repeat;
    background-size: 27px 30px;
    background-position: center 6px;
}
.fix-bar a:hover.wechat{
    background:#EB3D01 url("../images/wechat_on.svg") no-repeat;
    background-size: 32px 27px;
    background-position: center 8px;
}
.fix-bar a:hover.tel{
    background:#EB3D01 url("../images/tel_on.svg") no-repeat;
    background-size: 27px 29px;
    background-position: center 8px;
}
.fix-bar a:hover.gotop{
    background: url("../images/top.svg") no-repeat;
    background-size: 27px 24px;
    background-position: center center;
}
.fix-bar a.QQ .detail,.fix-bar a.tel .detail{
    display: block;
    position: absolute;
    width: 0px;
    height: 75px;
    border: 1px solid #F0F0F0;
    border-right: none;
    bottom: 0;
    left: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
}
.fix-bar a.QQ .detail h2,.fix-bar a.tel .detail h2{
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(235,61,1,1);
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
}
.fix-bar a.QQ .detail h3,.fix-bar a.tel .detail h3{
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(235,61,1,1);
    text-align: left;
    margin-top: 8px;
    margin-left: 30px;
}
.fix-bar a.wechat .detail{
    display: block;
    position: absolute;
    width: 0px;
    height: 140px;
    bottom: 0;
    left: -0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
}
.fix-bar a.wechat .detail .imgBox{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 15px auto;
}
.fix-bar a.wechat .detail .imgBox img{
    width: 80px;
    height: 80px;
}
.fix-bar a.wechat .detail h3{
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(235,61,1,1);
    text-align: center;
}
.fix-bar a.QQ:hover .detail,.fix-bar a.tel:hover .detail{
    width: 150px;
    left: -150px;
    transition: width 0ms,left 300ms;
    background:#fff url("../images/fix-bar.png") no-repeat center right;
}
.fix-bar a.wechat:hover .detail{
    width: 120px;
    left: -120px;
    transition: width 0ms,left 300ms;
    background:#fff url("../images/fix-bar.png") no-repeat center right;
    background-position: right 100px;
    border: 1px solid #F0F0F0;
    border-right: none;
}